From: Richard M. Stallman Date: Thu, 20 May 1993 14:11:44 +0000 (+0000) Subject: (texinfo-section-types-regexp): Define here. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96134 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d4e21f83e023bc83076cb4160d853254628a457a;p=emacs.git (texinfo-section-types-regexp): Define here. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index e42aa1f1bf3..56ec52b4d1e 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -274,10 +274,10 @@ value of texinfo-mode-hook." ;;; Texinfo file structure -; The following is defined in `texnfo-upd.el' -; (defvar texinfo-section-types-regexp -; "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)" -; "Regexp matching chapter, section, other headings (but not the top node).") +;; This is also defined in `texnfo-upd.el'. +(defvar texinfo-section-types-regexp + "^@\\(chapter \\|sect\\|sub\\|unnum\\|major\\|heading \\|appendix\\)" + "Regexp matching chapter, section, other headings (but not the top node).") (defun texinfo-show-structure (&optional nodes-too) "Show the structure of a Texinfo file.